home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / clusask.dxr / 00016.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  202 b   |  12 lines

  1. on exitFrame
  2.   global coracao, luva, cacto
  3.   set coracao to 0
  4.   set luva to 0
  5.   set cacto to 0
  6.   set i to 3
  7.   repeat while i < 9
  8.     set the visible of sprite i to 0
  9.     set i to i + 1
  10.   end repeat
  11. end
  12.